home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / illustrt / makefile.sas < prev    next >
Makefile  |  1995-12-30  |  1KB  |  39 lines

  1. #
  2. # Makefile for the ILLUSTRT program.
  3. #
  4. #                    Gershon Elber, June 1993
  5. #
  6.  
  7. include ../makeflag.sas
  8.  
  9. OBJECTS    = illustrt.o intersct.o spltsort.o
  10.  
  11. all:    illustrt
  12.  
  13. illustrt:    $(OBJECTS)
  14.     slink from lib:c.o $(OBJECTS) to illustrt $(SYMS) lib $(LIBS)\
  15. $(MORELIBS) $(MATHLIB) lib:scnb.lib
  16.  
  17. install: illustrt
  18.     mv -f illustrt $(BIN_DIR)
  19.     cp illustrt.cfg $(BIN_DIR)
  20.  
  21.  
  22. # DO NOT DELETE THIS LINE -- make depend depends on it.
  23.  
  24. illustrt.o: program.h ../include/irit_sm.h ../include/genmat.h
  25. illustrt.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  26. illustrt.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  27. illustrt.o: ../include/triv_lib.h ../include/attribut.h ../include/allocate.h
  28. illustrt.o: ../include/config.h ../include/iritgrap.h ../include/poly_cln.h
  29. illustrt.o: ../include/geomat3d.h ../include/getarg.h ../include/ip_cnvrt.h
  30. intersct.o: program.h ../include/irit_sm.h ../include/genmat.h
  31. intersct.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  32. intersct.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  33. intersct.o: ../include/triv_lib.h ../include/attribut.h ../include/allocate.h
  34. intersct.o: ../include/ln_sweep.h
  35. spltsort.o: program.h ../include/irit_sm.h ../include/genmat.h
  36. spltsort.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  37. spltsort.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  38. spltsort.o: ../include/triv_lib.h ../include/attribut.h ../include/allocate.h
  39.